Class org.omg.CORBA.EnumDefHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.EnumDefHelper

java.lang.Object
   |
   +----org.omg.CORBA.EnumDefHelper

public final class EnumDefHelper
extends Object

Method Index

 o __read(InputStream)
 o __write(OutputStream, EnumDef)
 o _is_a(Object)
 o extract(Any)
 o id()
 o insert(Any, EnumDef)
 o narrow(Object)
 o type()

Methods

 o __write
  public static void __write(OutputStream out,
                             EnumDef that)
 o __read
  public static EnumDef __read(InputStream in)
 o extract
  public static EnumDef extract(Any a)
 o insert
  public static void insert(Any a,
                            EnumDef that)
 o type
  public static synchronized TypeCode type()
 o id
  public static String id()
 o _is_a
  public static boolean _is_a(Object that)
 o narrow
  public static EnumDef narrow(Object that) throws BAD_PARAM

All Packages  Class Hierarchy  This Package  Previous  Next  Index